home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TDELACCCFMFORM / TDELACCCFMFORM.txt
Text File  |  2004-10-12  |  2KB  |  83 lines

  1. object DelAccCfmForm: TDelAccCfmForm
  2.   Left = 262
  3.   Top = 210
  4.   HelpContext = 14504
  5.   ActiveControl = bNo
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Delete Mail Account'
  9.   ClientHeight = 216
  10.   ClientWidth = 354
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   OnActivate = FormActivate
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnPaint = FormPaint
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object lCfm: TLabel
  26.     Left = 56
  27.     Top = 24
  28.     Width = 281
  29.     Height = 41
  30.     AutoSize = False
  31.     Caption = 'Do you really want to delete account'
  32.     WordWrap = True
  33.   end
  34.   object iStopBevel: TBevel
  35.     Left = 16
  36.     Top = 16
  37.     Width = 32
  38.     Height = 32
  39.     Visible = False
  40.   end
  41.   object bNo: TButton
  42.     Left = 168
  43.     Top = 168
  44.     Width = 75
  45.     Height = 25
  46.     Cancel = True
  47.     Caption = '&No'
  48.     Default = True
  49.     ModalResult = 7
  50.     TabOrder = 0
  51.   end
  52.   object bYes: TButton
  53.     Left = 80
  54.     Top = 168
  55.     Width = 75
  56.     Height = 25
  57.     Caption = '&Yes'
  58.     ModalResult = 6
  59.     TabOrder = 1
  60.   end
  61.   object rgAccountFiles: TRadioGroup
  62.     Left = 16
  63.     Top = 80
  64.     Width = 321
  65.     Height = 73
  66.     Caption = '&Account files'
  67.     ItemIndex = 0
  68.     Items.Strings = (
  69.       '&Leave account files on disk'
  70.       '&Delete account files')
  71.     TabOrder = 2
  72.   end
  73.   object Help: TButton
  74.     Left = 256
  75.     Top = 168
  76.     Width = 75
  77.     Height = 25
  78.     Caption = 'Help'
  79.     TabOrder = 3
  80.     OnClick = HelpClick
  81.   end
  82. end
  83.